Skip to main content Skip to complementary content
Close announcements banner

FieldAttrType type

Types and values

Type Value

Description

UNKNOWN

Data type is unknown. If possible values are treated as numbers, otherwise as text.

ASCII

Forces values to be treated as text.

INTEGER

Values will be interpreted as integers.

REAL

Values will be interpreted as numbers with a fixed number of significant digits defined by FieldAttributes.nDec.

FIX

Values will be interpreted as numbers with a fixed number of decimals defined by FieldAttributes.nDec.

MONEY

Values will be interpreted as money according to the format string specified by FieldAttrType.Fmt.

DATE

Values will be interpreted as dates according to the format string specified by FieldAttrType.Fmt. Values streamed as QVX_IEEE_REAL should be implemented as OLE Automation date, that is, floating-point value counting days since midnight, 30 December 1899.

TIME

Values will be interpreted as time according to the format string specified by FieldAttrType.Fmt.

TIMESTAMP

Values will be interpreted as time stamps according to the format string specified by FieldAttrType.Fmt.

INTERVAL

Values will be interpreted as time intervals according to the format string specified by FieldAttrType.Fmt.

Learn more

 

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!